Release 10.1A: OpenEdge Development:
Progress Dynamics Administration


Enabling and disabling the SmartDataField cache

SmartDataField caching is optional for any session and can be enabled for any client session. The SDF cache is only available for client-side sessions.

For any upgrade from a previous version without SDF caching, the SDF cache manager is added to application Repository databases during the upgrade process. To enable SDF caching for a specified session type, add SDFCacheManager as a Required Manager using Session Type Maintenance (Session Session Type Control from the Administration tool) and generate a new Dynamics configuration .xml file. The result creates the following entries in your icfconfig.xml file:

<manager> 
  <cManagerName>SDFCacheManager</cManagerName> 
  <cFileName>ry/prc/rysdfcmngr.p</cFileName> 
  <cHandleName>NON</cHandleName> 
</manager> 

To disable SDF caching from the same session type, remove SDFCacheManager as a Required Manager from the specified session type using Session Type Maintenance and regenerate the icfconfig.xml file.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095